Click Through Page Example


Creating a "Click Through" page is easy:

  • Build a simple HTML page with your prefered tool
  • Make sure the page contains at least a link like this one:
    • <A HREF="/go.welcome"> ... </A>>
  • Save the page to any location inside the server directory tree (the page does not need a suffix like .html)
  • Go to the virtual host list by entering [your server]/pi_admin.welcome?hosts
  • Edit a host entry and add the path from the server root to your newly created page (e.g. ":afolder:yourfile.txt" or ":newFile" if the page is in the server root itself)

Example:

<HTML>
<HEAD><TITLE>Please click on the link to continue</TITLE></HEAD>
<BODY BGCOLOR=#FFFFFF>
<BLOCKQUOTE>
Hey, you are using an old browser, to continue to your
destination, please click <A HREF="/go.welcome">here</A.
</BLOCKQUOTE>
</BODY>
</HTML>